home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / st_tex~1 / 275 / st_rep.028 < prev    next >
Encoding:
Text File  |  1988-03-27  |  58.9 KB  |  1,256 lines

  1. _______________________________________
  2. |/////////////////////////////////////|
  3. |/////////////////////////////////////|
  4. |//ST-REPORT ONLINE MAGAZINE ISS. 28//|
  5. |//=================================//|
  6. |//PUBLISHER/EDITOR| March 28, 1988 //|
  7. |//   Ron Kovacs   | Issue #28      //|
  8. |/////////////////////////////////////|
  9. |/////////////////////////////////////|
  10. |_____________________________________|
  11. |SPC                                  |
  12. |Post Office Box 74                   |
  13. |Middlesex, New Jersey 08846-0074     |
  14. |_____________________________________|
  15. |BBS: Syndicate  (201) 968-8148       |
  16. |_____________________________________|
  17. |Thoughts and commentary displayed in |
  18. |this magazine, are not necessarily   |
  19. |those of ST-Report, Syndicate        |
  20. |Publishing, Syndicate BBS, or any of |
  21. |it's staff. All writers are free to  |
  22. |comment openly on a topic. Opposing  |
  23. |points of view are welcome and       |
  24. |encouraged.                          |
  25. |We reserve the right to reject any   |
  26. |article submitted for publication.   |
  27. |_____________________________________|
  28. |Contents                             |
  29. |_____________________________________|
  30. |*|ST Virus                           |
  31. |*|Antic Online                       |
  32. |*|SPC Newswire                       |
  33. |*|Word Perfect Software Review       |
  34. |*|SPA Commentary - Rex Read          |
  35. |*|Probing Your ST- Mr. Goodprobe     |
  36. |*|Comments On Line Noise             |
  37. |_|___________________________________|
  38. _______________________________________
  39. ST VIRUS 
  40. _______________________________________
  41. Ctsy CompuServe Atari16 Forum
  42.  
  43. #: 96363 S7/ST News/Reviews    27-Mar-88  08:15:14
  44. Sb: #VIRII
  45. Fm: SYSOP*Dave Groves 76703,4223
  46. To: All
  47.  
  48. SCAn, REAd, COMpose, EDIt, ADDress or HELp!
  49.  
  50. rea Date:  27-Mar-88 06:34 EST
  51.  
  52. From:  Gerd Sender [73637,2046] Subj:  virus
  53.  
  54. to: Dave Groves 76703,4223
  55.  
  56. Here is something about an ST virus. I don't know were to post it, so I
  57. send it to you.
  58.  
  59. --Gerd
  60.  
  61. ------------------------------john@minster.york.ac.uk
  62. Subject: The Atari ST 'virus'
  63. Date: 22 Mar 88 15:26:48 GMT Organization:
  64. Department of Computer Science, University of York, England Lines: 94
  65.  
  66. I'm posting this for someone who does not have Usenet access.
  67. ------------------
  68. THE ATARI ST VIRUS
  69. ==================
  70.  
  71. This weekend I received a number of pd software disks from a computer
  72. store. I found that three of these contained the 'ST Virus' that has been
  73. mentioned on the net recently. I did not however discover this until it
  74. had trashed one disk and infected a very large number of disks.
  75.  
  76. I have since disassembled the virus and worked out exactly what it does
  77. and I am posting a summary of what I found here.
  78.  
  79. What The Virus Does
  80. ===================
  81.  
  82. When the ST is reset or switched on, it reads some information from track
  83. 0 sector 0 of the disk in drive A. It is possible to set up that sector
  84. so that the ST will execute its contents. The virus program is written
  85. into this sector so that it is loaded whenever the ST is booted on the
  86. offending disk.
  87.  
  88. Once loaded into memory the virus locates itself at the end of the system
  89. disk buffer (address contained at 0x4c2 I think) and attaches itself to
  90. the bios getbpb() function.
  91.  
  92. Every time getbpb() is called, the virus is activated. It tests the disk
  93. to see if it contains the virus. If it doesn't then the virus is written
  94. out to the boot sector and a counter is initialised.
  95.  
  96. If the disk does contain the virus then the counter is incremented. Once
  97. the counter reaches a certain value, random data is written across the
  98. root directory & fat tables for the disk thus making it unusable. The
  99. virus then removes itself from the boot sector of the damaged disk
  100. (destroys the evidence??).
  101.  
  102. Once the virus is installed in the ST it will copy itself to EVERY non
  103. write protected disk that you use - EVEN IF YOU ONLY DO A DIRECTORY - or
  104. open a window to it from the desktop.
  105.  
  106. The virus CANNOT copy itself to a write-protected disk.
  107.  
  108. I *think* (but am not certain) that it survives a reset.
  109.  
  110. The current virus does not affect hard disks (it uses the flopwr() call).
  111. However, if you are using an auto-boot hard disk such as Supra, and the
  112. disk in drive A contains the virus, THE FLOPPY BOOT SECTOR IS EXECUTED
  113. BEFORE THE HARD DISK BOOT SECTOR and consequently the virus will still be
  114. loaded and transferred to every floppy that you use.
  115.  
  116. THE CURE
  117. ========
  118.  
  119. To test for the virus, look at sector 0 of a floppy with a disk editor.
  120. If the boot sector is executable then it will contain 60 hex as its first
  121. byte. Note that a number of games have executable boot sectors as part of
  122. their loading. However if this is the case then they should not load when
  123. infected by the virus.
  124.  
  125. If people are worried about this & haven't been able to get the other
  126. killer (I have not seen it yet) then I will post the source/object for a
  127. simple virus detector/killer that I have written.
  128.  
  129. OTHER VIRUSES
  130. =============
  131.  
  132. It would appear that this virus is not the end of the story. I have heard
  133. that there is a new virus around. This one is almost impossible to detect
  134. as for each disk inserted, it scans for any *.prg and appends itself to
  135. the text segment in some way. Thus it is very difficult to tell whether
  136. or not the virus is actually on a disk.....
  137.  
  138. FINALLY
  139. =======
  140.  
  141. Use those write-protect tabs! Check all new disks! Hopefully we can get
  142. rid of this virus totally before it damages something important.
  143.  
  144. Chris Allen.
  145. ===================================================
  146. If you want any information, etc etc mail me at:
  147.  
  148. Janet:  CJA1@uk.ac.york.vaxa uucp:
  149.   ...!uunet!mcvax!ukc!minster!CJA1@VAXA
  150. arpa:   CJA1%vaxa.york.ac.uk@mss.cs.ucl.ac.uk
  151. ===================================================
  152.  
  153. Thanks to Herr Sender for passing this information along to all of us,
  154. and here's hoping that we won't need it.  Anyone who finds a virus should
  155. post the information to SYSOP*Dave Groves 76703,4223 so that we can take
  156. action to sterilize the source and warn the user community.  Comments are
  157. welcomed!
  158. _______________________________________
  159. ST VIRUS  The Cure
  160. _______________________________________
  161. Ctsy CompuServe Atari16 Forum
  162.  
  163. (Peniciln.Man)
  164.  
  165. Located in Data Library 3 is a file that will cure the above mentioned
  166. virus. I have extracted the MAN and DOC file here. It is called PENCLN.
  167.  
  168. PENICILN              ST Programmer's Manual               PENICILN
  169.  
  170. NAME
  171.      PENICILN - Remove possible virus programs from floppy disks
  172.  
  173. SYNOPSIS
  174.      peniciln [-km] drive [...drive]
  175.  
  176. DESCRIPTION
  177.      peniciln wipes out all unnecessary data in the boot sector of a
  178.      floppy disk. It insures that there no executable boot program
  179.      on the disk, while preserving the serial number, disk
  180.      configuration data, and all files. Normally, peniciln cleans only
  181.      the drive named on the command line, then exits.
  182.  
  183.      -k   when this option is specified, the program will loop, waiting
  184.           for a keyboard command. Keys 'a' and 'b' will cause it to clean
  185.           the disk in that drive, while any other key will cause the
  186.           program to exit.
  187.  
  188.      -m   this option causes the program to write an MS-DOS compatible
  189.           boot sector, rather than zeroing out the data.
  190.  
  191. BUGS
  192.      peniciln is an absolute sterilization program. If the disk requires
  193.      an executable boot, such as self-booting games or commercial
  194.      software, it will be destroyed and the program will become useless.
  195.      peniciln should not be run on a disk unless the disk is used for
  196.      storage only.
  197.  
  198. AUTHOR
  199.      George R. Woodside             Compuserve  76537,1342 
  200.      5219 San Feliciano Dr.         GEnie       G.WOODSIDE
  201.      Woodland Hills, Ca. 91364
  202.  
  203. USENET: ..!{trwrb|philabs|csun|psivax!ttidca!woodside
  204.  
  205. (Virus.Doc)
  206.  
  207. A virus type program has been detected on ST disks circulating in Europe.
  208. So far, I have heard no reports of one in the USA. However, I am certain
  209. it is merely a matter of time before it happens.
  210.  
  211. The one reported is written into the boot sector of a disk, then hooks
  212. itself into the ST's operating system. Each time a new disk is inserted
  213. in the system, and the ST does a media change check, the virus checks the
  214. floppy to see if it contains the virus in the boot sector. If not, it
  215. writes the virus on the floppy. If it does, it leaves the floppy alone.
  216. After some number of media change calls, the virus trashes the directory
  217. and FATs of the disks in the system, wiping out anything on the disks. I
  218. haven't heard about it hitting any hard disks yet.
  219.  
  220. The boot sector of an ST disk contains disk configuration information
  221. (sides on disk, tracks, sectors per track, FAT size, etc.) which can, and
  222. frequently does, vary from disk to disk. It also contains a serial number
  223. which must vary from disk to disk, or you get deep trouble when changing
  224. disks (GEMDOS won't know the disk changed).
  225.  
  226. But, that all fits in a small portion of the boot sector, within the
  227. first 30 bytes.
  228.  
  229. Many format program leave all sorts of junk in the buffer they use to
  230. write the boot sector (including the desktop). While this will also vary,
  231. it is not harmful.
  232.  
  233. When should a disk contain an executable boot? Only if
  234.  
  235. 1) It is designed to be a self booting disk (some games, commercial
  236.    software, alternate operating systems, etc.)
  237.  
  238. 2) You have specifically placed a self-boot program on the disk (such as
  239.    a clock setter, RAMdisk loader, etc.)
  240.  
  241. Note that hard disk autoboot programs vary from supplier to supplier, but
  242. generally do not expect any kind of boot code on a floppy. If your hard
  243. disk boot does not care what disk is in the floppy drive, then it doesn't
  244. need an executable boot on the floppy.
  245.  
  246. No other disk should contain self-booting code unless you are still
  247. running with TOS in RAM (Is anyone really still doing this?).
  248.  
  249. The only other way I can think of a virus getting into an ST is in an
  250. /AUTO folder program. If you have something in your /AUTO folder which is
  251. spreading a virus, you are out of luck.
  252.  
  253. If a disk is MS-DOS compatible, it must contain certain MS-DOS data to be
  254. useable, and the statements above do not apply.
  255.  
  256. With that in mind, I whipped up this disk sterilizer, which I named (with
  257. tounge only slightly in cheek) PENICILN (Yes, I know that's not spelled
  258. correctly, but you only get eight bytes :^> ). It will kill any kind of
  259. virus I can imagine, and anything else in the boot sector. It reads the
  260. boot sector, saves the disk serial number and configuration information,
  261. wipes the rest of the boot sector clean, replaces the saved data, forces
  262. a non-executable checksum, and re-writes the boot sector.
  263.  
  264. *** WARNING ***
  265.  
  266. This program is the equivalent of blind, deaf, and dumb flame thrower
  267. approach to virus killing. It WILL kill anything in a boot sector. If you
  268. use it on a disk which must contain a boot (games, etc. mentioned above)
  269. you will destroy the disk. I therefore disclaim any responsibility for
  270. the results of the use of this program.
  271.  
  272. The program is specified as a .TTP, so you can run it from a shell or the
  273. desktop. It expects the input on the command line. It accepts an option
  274. of "-m" to write an MS-DOS boot sector, or an option of "-k" to become
  275. keyboard driven. Otherwise, it expects either "a" or "b" to name which
  276. floppy to use. If you enter the drive name only (a or b), it will clean
  277. the boot sector on the named drive and exit. If you specify -m, it writes
  278. an MS-DOS boot sector on the named drive. If you enter -k, it enters a
  279. loop. Each time you press "a" or "b", it will clean the disk in that
  280. drive. Any other keypress will exit.
  281.  
  282. Note that this program will not alter anything other than the boot
  283. sector, so any files or programs on the disk are safe and unaltered,
  284. regardless of how the disk is formatted.
  285.  
  286. This program is designed specifically to thwart a virus. It forces a read
  287. of the disk prior to clearing the boot sector, so if the virus has
  288. infected your system, it will write itself to the floppy first. Then,
  289. this program promptly wipes out the virus by clearing the boot sector.
  290.  
  291. If you have any reason to suspect that your system has the virus, take
  292. the following steps:
  293.  
  294. 1) Insert a blank (but formatted) disk into drive A.
  295. 2) Run this program.
  296. 3) Immediately power off your system before doing anything else.
  297. 4) Wait 15 seconds, then power on you system, with the same disk still in
  298.    drive A.
  299. 5) Run this program on every disk you own which does not have to be self
  300.    booting.
  301.  
  302. This sequence of steps first gets you a certain virus free disk to boot
  303. from. Then, by powering off your system, you insure that the virus is not
  304. present in your system's memory. Then, running the virus killer will
  305. eliminate any copies of the virus on the rest of your disks.
  306.  
  307. Since I take this virus situation seriously, I am including the source
  308. for the program so anyone can see exactly what it does before running it.
  309. I also encourage everyone to distribute the program, with this
  310. accompanying explanation, as widely and as quickly as possible.
  311.  
  312. Nothing like a shot of "peniciln" to keep a virus from spreading :^)
  313.  
  314. If anyone locates a virus disk, please send me a copy. I will disect the
  315. virus, document what it does, and provide any necessary tools to kill it.
  316.  
  317. George R. Woodside             Compuserve  76537,1342
  318. 5219 San Feliciano Dr.         GEnie       G.WOODSIDE
  319. Woodland Hills, Ca. 91364
  320.  
  321. USENET: ..!{trwrb|philabs|csun|psivax!ttidca!woodside
  322. _______________________________________
  323. Antic Online
  324. ...I/O Ticket From Poland To USA...
  325. _______________________________________
  326. by Tadeusz Menert
  327.  
  328. ANTIC PUBLISHING INC., COPYRIGHT 1988
  329.  
  330. REPRINTED BY PERMISSION.
  331.  
  332. I don't know how many ANTIC readers will remember my letter published in
  333. the April, 1986 I/O Board under the title "Poland Teacher."  It was a
  334. request for readers to send any Atari-related materials for use with my
  335. students at the University of Krakow.  I explained that few Poles had
  336. Atari computers and that software was even scarcer than the small
  337. quantities of basic food products reaching this distant and quite
  338. different country -- where money cannot be exchanged for any Western
  339. currency.
  340.  
  341. Within weeks after publishing my message, I was almost drowning in the
  342. wave of letters, magazines and disks. Dozens of people who never met me
  343. were suddenly offering to pay the subscription fees to various computer
  344. magazines so that I could receive them directly in Poland.
  345.  
  346. It is said that extensive users of impersonalized computers are deprived
  347. of warm feelings.  On the contrary, these supposedly heartless computer
  348. monsters actually appeared to be much more friendly and understanding
  349. than others who never touch a computer keyboard.  It seems that the
  350. popularity of personal computers creates a network of friendly users
  351. willing to share their concepts and knowledge no matter where they live
  352. or what they do.
  353.  
  354. In June 1986, two months after my letter appeared in ANTIC, I was forced
  355. to leave Poland due to various political reasons.  I had to leave behind
  356. my Atari, along with almost all my belongings.  With my wife and our
  357. four-year-old son, Mike, I landed in West Germany.
  358.  
  359. It seemed quite natural to try to get to an English-speaking country. I
  360. was, after all, an English teacher.  The United States was our choice.
  361. However, according to current immigration laws, being a political refugee
  362. isn't enough for admittance to the USA.  Sponsors are needed who will
  363. help a refugee settle down succesfully.
  364.  
  365. With no relatives in America and only a few pen-pal Atarians, it seemed
  366. almost impossible for us.  Besides, deprived of my 800XL and disk drive I
  367. could no longer count on writing interesting letters, full of computer
  368. news and gossip, to the States.
  369.  
  370. Although I never openly asked any of my friends for help in getting
  371. across the Atlantic, they offered such help on their own!  By September
  372. 1986, we already had our sponsor, Marlin.  But there were still long
  373. months of waiting while our paperwork was processed by the American
  374. immigration authorities.
  375.  
  376. Having quite a lot of time at my disposal, I looked around to see how
  377. well the Atari was doing in West Germany, but it was hard to find a
  378. single active users group.  It was somewhat sad to see that other
  379. computers had so many active users groups holding regular meetings,
  380. advertising in local papers, organizing computer shows.  And I found only
  381. one or two Atari-specific magazines -- they were exclusively for the ST.
  382.  
  383. In August 1987 we finally received the long-awaited letter saying that we
  384. would be allowed to come and live in the United States of America.  Less
  385. than a month later, we landed happily in Colorado, heartily welcomed by
  386. people we had never seen before in our lives.
  387.  
  388. I am often asked how it happened that we ended our long journey in
  389. Colorado.  I always reply "Thanks to Atari!"  and I watch the confused
  390. looks.
  391.  
  392. When you are starting life over again from the very beginning, there are
  393. many important things to take care of. But although it will definitely be
  394. some time before we can afford to buy a computer, I know what make I will
  395. choose when the time comes.  I owe you too much, Atari, to trade you for
  396. something else!
  397.  
  398. Tadeusz Menert
  399. 4040 S. Garfield Avenue
  400. Loveland, CO   80537
  401. _______________________________________
  402. SPC Newswire
  403. _______________________________________
  404. Compiled and written by Ron Kovacs
  405.  
  406. Online Today on CompuServe reported that on March 26, 1988 at BBS,
  407. (bulletin board system) user filed a $112,000 law suit against a local
  408. system.  The suit filed against the BBS and the SysOp (system operator)
  409. could turn out to be a landmark decision and the first one handed down
  410. under the FECPA.
  411.  
  412. The FECPA (Federal Electronic Communications Privacy Act of 1986),
  413. mandates privacy protection of electronic communications including mail
  414. found on commercial services and bulletin board systems.
  415.  
  416. The suit claims the SysOp did not properly safeguard private electronic
  417. mail.
  418.  
  419. According to the information from Online Today, during December 1987
  420. the BBS sysop allowed others to access and view the contents of all Email
  421. messages in a private portion of the subscription BBS. Previous deleted
  422. messages were also restored for others to read.  It is alleged that some
  423. of the user complaining's mail was among those read.
  424.  
  425. Other actions included the user being denied access after having paid a
  426. year's fee for access. 
  427.  
  428. Online Today's report stated that the last two counts of the complaint
  429. could be the most damaging and state that the sysop "intentionally,
  430. maliciously or with reckless disregard for the truth, made statements
  431. which on their face are damaging to the professional and personal
  432. reputation of the Petitioner to humiliation, personal anguish and
  433. ridicule."
  434.  
  435. The named BBS sysop did not respond to calls from Online Today to the
  436. lawsuit. Callers to the BBS in Indiana are greeted with an apology to the
  437. user.
  438.  
  439. More on this story as it develops. We have removed the names purposly.
  440.  
  441. _______________________________________
  442. Software Review
  443. _______________________________________
  444. Word Perfect
  445.  
  446. The following was originally published in "The Oracle", which is the
  447. monthly newsletter of the South Jersey ST users group (SJST).
  448.  
  449. Exclusive Copyright (1988) is retained by the author.
  450.  
  451. Permission to reprint this in other user group newsletters is hereby 
  452. granted by the author, provided that the article is published in full
  453. with no changes or omissions, that the newsletter is distributed free of
  454. charge to all readers, and that this header is retained with the article.
  455.  
  456. If any commercial magazine should wish to publish any part of this 
  457. article, I am available on GEnie as W.T.COLBURN for a discussion of the
  458. terms of payment.
  459.  
  460. WordPerfect
  461. WordPerfect Corporation, 288 West Center Street, Orem, Utah  84057, 
  462. (801) 225-5000
  463. List price: $395.00
  464.  
  465. Reviewed by William T. Colburn of SJST
  466.  
  467. The following outline is a preliminary analysis of WordPerfect based on
  468. my first ten days of use of this product. This product is so complex and
  469. complete that it is impossible to do a thorough review unless one has
  470. used the product for several weeks.
  471.  
  472. I.   Why buy WordPerfect?
  473.  
  474. 1. My decision to buy this product came about as a result of time I spent
  475.    on GEnie reading the comments of users of various word processors.
  476.    There were many users of Word Writer ST from Timeworks, but they
  477.    complained of many missing functions and a lack of support from
  478.    Timeworks. Users of the new MicroSoft Write package from Atari Corp.
  479.    were less than impressed with the quality of the GDOS printout offered
  480.    by this word processor and by the fact that it is two versions behind
  481.    MS Write on the Macintosh.  In addition, it did not include a built
  482.    in spell checker. Word Up from Neotron (now Neocept) sounded very
  483.    interesting, but the product was held up by one delay after another. I
  484.    began to wonder whether Word Up would wind up like Paperclip Elite ST,
  485.    which Batteries Included promised repeatedly but never produced.
  486.  
  487. 2. WordPerfect for the Atari ST started out last October with more bugs
  488.    than any word processor to ever hit the market, but over the past few
  489.    months the corporation has gone all out in a major effort to regain
  490.    their credibility. WordPerfect Corporation also admits that the
  491.    earlier versions of this product should never have been released. As a
  492.    result, the messages on GEnie from users and beta testers indicated
  493.    that the product has stabilized and improved.
  494.  
  495. 3. WordPerfect Corporation is the first major developer of software for
  496.    microcomputers to produce anything for the Atari ST line. WordPerfect
  497.    on the ST gives the Atari ST a much higher level of legitimacy in the
  498.    world of PC users. I often hear, "Sure it's got a megabyte of memory,
  499.    uses the Motorola 68000 chip, and is cheaper than the Macintosh, but
  500.    how about some serious software for it?"  When WordPerfect took the
  501.    plunge into the ST market, I felt almost an obligation to buy it just
  502.    to show the company that they made the right decision.
  503.  
  504. II.   Things I like about WordPerfect.
  505.  
  506. 1. This is assuredly the most complete word processor on the market today
  507.    for the Atari ST.
  508.  
  509. 2. The toll free support hotline is famed for the courtesy and knowledge
  510.    of the people who answer the calls.
  511.  
  512. 3. The documentation for WordPerfect is comprehensive and easy to read.
  513.    The "Learn" section of the manual with its twenty nine lessons will
  514.    make you a WordPerfect wizard if you take the time to study them.
  515.  
  516. 4. It is actually possible to get normal use out of this product with a
  517.    minimal scanning of the manual.
  518.  
  519. 5. The spell checker and thesaurus form a satisfying combination, and the
  520.    speller knows over 115,000 words with an abundance of room for new
  521.    ones in the supplemental dictionary.
  522.  
  523. 6. The user interface in general is very good, with each command
  524.    available from both the mouse and the keyboard.
  525.  
  526. 7. The technical staff responsible for WordPerfect on the Atari ST are
  527.    very responsive to the needs of their user population, and are very
  528.    good about releasing updates and bug corrections. New versions of the
  529.    software are often shipped to users and dealers via Federal Express.
  530.  
  531. 8. There are several very active topics on GEnie on the Atari ST
  532.    Roundtable BBS in the Word Processing category. The Atari ST staff of
  533.    WordPerfect Corporation check in there regularly to see what the users
  534.    are asking for and what bugs have been reported recently.
  535.  
  536. 9. The installation process is clearly documented, and it is quite simple
  537.    to install WordPerfect on a hard drive system. (Do not attempt to use
  538.    WordPerfect on a single sided single drive floppy system. It will work
  539.    on a system with one double sided floppy drive or two single sided
  540.    floppy drives, although I do not recommend it.
  541.  
  542.    In addition, standard 520 ST computers with TOS in ROM will have just
  543.    enough room to run WordPerfect if they install NO desk accessories.)
  544.  
  545. III.  Things I dislike about WordPerfect.
  546.  
  547. 1. Even with the current 1/29/88 version of WordPerfect there are bugs in
  548.    the system. Most of the bugs are not critical, but some will crash
  549.    your system, requiring a reboot. These "crash and burn" bugs are in
  550.    the spell checker program, but are hard for WordPerfect Corp. to find
  551.    and correct because they cannot be duplicated dependably. Save your
  552.    document before you attempt to spell check it!
  553.  
  554. 2. The spell checker should be faster than it is.  I have been able to
  555.    obtain a marked speed increase by moving the dictionary into a
  556.    ramdisk, but would like still more speed.
  557.  
  558. 3. The spell checker knows non-words like "u" and "tel" as in "Can u tel
  559.    me what is wrong with this line?"  These words are not detected as
  560.    misspellings. I looked in my American Heritage Dictionary of the
  561.    American Language, and those two entries are for abbreviations, not
  562.    words.
  563.  
  564. 4. When selecting a load, save, or print of a file, WordPerfect does not
  565.    use an item selector, but requires that you type in the name of a file
  566.    or path. There is a replacement function called, "List Files", which
  567.    mitigates the paucity of item selectors, but they are still sorely
  568.    needed. The technical staff at WordPerfect has promised to remedy 
  569.    this situation in their next release, however.
  570.  
  571. 5. The printer driver supplied for my Panasonic KX-P1091 printer was
  572.    incomplete, and supported neither elite nor compressed pitches,
  573.    although the printer is designed to handle both of them. In addition,
  574.    all printout was produced in double strike mode, which slows the
  575.    printer, wears out the ribbon, and frustrates the operator. I had to
  576.    spend several hours rebuilding a proper driver for my Panasonic using
  577.    WordPerfect's print driver construction program.
  578.  
  579. IV. Tolerable but inconvenient facets of WordPerfect.
  580.  
  581. 1. The backspace key is slow. There are many other ways to move around
  582.    the document, however, and there are functions for deleting a whole
  583.    word, deleting to the end of a line, and deleting to the end of a
  584.    page.
  585.  
  586. 2. Scrolling of the document should be faster than it is. Fortunately,
  587.    there are other ways to move around, such as page-up and page-down.
  588.  
  589. V.  Conclusions.
  590.  
  591. WordPerfect though definitely not perfect is a very complete word
  592. processing package, and I find it to be extremely useful. This product is
  593. not for everybody, however, because it is so complex. A person who is
  594. simply going to type an occasional letter would be happier with a simpler
  595. word processor such as First Word or ST Writer. The medium level user
  596. will probably find a good level of satisfaction with Word Writer, First
  597. Word Plus, or Regent Word. The professional writer, with more demanding
  598. requirements, will want to consider WordPerfect as a good solution to his
  599. word processing needs. Additionally, the college or high school student
  600. who through a special WordPerfect Corp. promotion can obtain this product
  601. for $99.00 may want to consider this package in order to meet his needs
  602. when writing papers or theses.
  603.  
  604. Update on WordPerfect
  605. By William T. Colburn of SJST
  606.  
  607. After the debacle at the last SJST meeting concerning the errant spell
  608. checker for WordPerfect, I immediately called WordPerfect Corporation,
  609. asking for further ideas and assistance in using their spell checker. The
  610. staff on the telephone informed me that they had run into some problems
  611. with the spell checker when it was used in conjunction with the DeskCart
  612. from QMI. The problems seemed to be specifically with the code for the
  613. ram disk. I substituted a ram disk created via the Rambuffer from
  614. Microtyme, and most of the spell checker problems vanished!
  615.  
  616. There are still a couple of minor problems with in this configuration,
  617. but the stability of the spell checker is much improved. I want to thank
  618. those at the meeting who suggested that WordPerfect and the DeskCart and
  619. may not be "getting along".
  620.  
  621. I have placed messages on GEnie for both QMI and WordPerfect, asking them
  622. to work together to solve this problem, because I do not intend to give
  623. up either of these fine products.
  624.  
  625. Tom Mailloux, a fellow SJST member, was kind enough to loan me his
  626. original disk and manual for Thunder! so that I could attempt to use this
  627. spell checker with WordPerfect. Thunder! works just fine with WordPerfect
  628. as an accessory and as an independent program. It handles files saved
  629. from WordPerfect with no trouble, ignoring all the WordPerfect formatting
  630. codes.
  631.  
  632. Thunder! does not know enough words for my taste, but if you have the
  633. patience to add all your words to it, the Thunder! accessory is a nice
  634. adjunct to the integrated spell checker because it picks up your errors
  635. immediately. The only problem with Thunder! as an accessory is the slow
  636. back space key from which WordPerfect suffers. The back space delay must
  637. be set at about sixty in order to get a successful correction of words
  638. via Thunder!, and this slows it down considerably. The independent
  639. Thunder! program seems to be faster than the integrated WordPerfect spell
  640. checker, so you may want to use it instead. I prefer the integrated spell
  641. checker, however, because it can pick up double word errors such as "the
  642. the red hen". Thunder! does not notice this sort of error at all.
  643. _______________________________________
  644. Thoughts on Piracy
  645. _______________________________________
  646. by Rex Read
  647.  
  648. This column contains commentary of the author. ST-Report does not
  649. necessarily agree or disagree with this information provided here.
  650. Oposing points of view are welcome and encouraged.
  651.  
  652.  
  653. SOFTWARE PUBLISHERS RENEW BOUNTY OFFER FOR INFO ABOUT PIRATE BBSES
  654.  
  655. Pirates, beware! The Software Publishers Association is renewing its
  656. offer of a $50 bounty to sleuths who report pirate bulletin board systems
  657. that illegally distribute commercial software.
  658.  
  659. The reward will be paid to the first person who provides the SPA with the
  660. following information in writing:
  661.  
  662. -:- Name, address and telephone numbers (voice and BBS) of the illegal
  663.     bulletin board system operator.
  664.  
  665. -:- A printout showing what commercial software is available.
  666.  
  667. -:- Log-on information to permit SPA investigators to double check
  668.     information.
  669.  
  670. -:- The date the information was obtained.
  671.  
  672. Details should be sent to the SPA at 1101 Connecticut Avenue NW, Suite
  673. 901, Washington, DC 20036. The informer's identity will be held in
  674. confidence.
  675.  
  676. The SPA conducted a similar crackdown in the fall of 1986, when they
  677. closed 30 pirate BBSes.
  678.  
  679. A NEW IDEA???
  680. =============
  681.  
  682. I couldn't resist commenting on the above article.....seems to me that
  683. alot of people died in the 1930s and 1940s for being victimized by the
  684. "Buy a SNITCH" program in Europe....I think it was called the Final
  685. Solution.  How utterly revolting it is to see the same practice being
  686. instituted by a group of "Americans" in the Nation's Capital..
  687.  
  688. It would seem to me that this practice of "Buy a SNITCH" is pure garbage!
  689. How sad to see this be the only way to "stop pirates"...or is it?
  690.  
  691. First a note or two about the pirates.....Through careful research I find
  692. the majority are underage and therefore still living at home.  Most have
  693. a small BBS 30mb or less and dont usually last more than 6 months. The
  694. majority of pirates attrite as they leave high school and are bound for
  695. either college or the work force....
  696.  
  697. I have honestly found only 17 pirate BBS that are devoted entirely to
  698. Atari the majority of additional BBS supported four to six different
  699. computers. Of those I have been on, the userbase is usually around 50-75
  700. callers. It seems the IBM, Amiga and Apple (MacIntosh) files outnumbered
  701. the Atari files 6 to 1!
  702.  
  703. When will we see a REAL study made of the effect of piracy on software
  704. sales..?...ON ALL AREAS NOT JUST ATARI!
  705.  
  706. A general opinion is the message bases have much more impact than any
  707. xfered program does..when you see a program panned in a message base
  708. believe me you will think twice before you buy it.
  709.  
  710. Looking at the whole picture, I would say the popularity or glamour of
  711. piracy is on the downslide...no where near the way it was in the ole 8bit
  712. days.
  713.  
  714. Second, It would appear that the software companies have become comfy
  715. with the "We won't do it until you get rid of your pirates" routine as it
  716. is a catch-all for all their problems....truth is, QUALITY begets respect
  717. and sales. I thought originally SPA was going to coordinate industry
  718. standards but I guess I was wrong..or, perhaps they are ignoring a
  719. "standard" for high quality and correct business procedures by the
  720. software companies because they are subsidized by the dues these
  721. companies pay.
  722.  
  723. Back to the subject of CONFIDENTIAL INFORMANTS ...hmmm impressive name
  724. for a paid snitch ain't it?  IN ANY COURT OF LAW, A MOTION OF DISCOVERY
  725. WILL REVEAL THE NAME OF THE INFORMANT. There is no way around this except
  726. the Federal Witness Protection Program and it's there because they must
  727. reveal the name(s) and produce the informants for deposition and trial of
  728. the accused.
  729.  
  730. Of course, the way it is described above, they want to use YOUR NAME to
  731. log-on and capture the lists etc....hmmm retransmiting information
  732. obtained under false pretenses and through the use of a telephone.  It
  733. has been established that BBS Operators are covered under the same
  734. copyright laws that a publisher is....therefore anyone retransmitting or
  735. copying that material without the operator's permission is in violation
  736. of the law!
  737.  
  738. This could go on and on, the facts are that the pirates are on the
  739. decline and so are the shabby software companies.  The GOOD ones, those
  740. whose releases reflect quality and innovative programming will surely
  741. prevail. The primary objective is to curtail the punishment of fine
  742. software companies that are doing a REAL service to the Atari userbase.
  743. We can all help there by encouraging folks to buy the good stuff and also
  744. let them know which to avoid.....like WORD-UP what joke there!
  745.  
  746. There really is no positive result to be had by the use of intimidation
  747. and threats that are clearly in question themselves.  I was always told,
  748. "Two Wrongs dont make a Right."  Basically, each and everyone of us can
  749. help by plunking down the dollars for the high quality software and
  750. avoiding the junk like its a disease.   Then we will hear the trashy
  751. software outfits start to blame pirates or who knows what else for their
  752. poor sales.
  753.  
  754. Finally, I say ....get off Atari's Back and start to show us accurate
  755. comprehensive reports that reflect piracy percentages industry wide. One
  756. fact remains, even Word Perfect will admit that their market studies were
  757. incorrect...and I am sure the demographics on all the Atari userbase is
  758. still reflecting 8bit era facts....it shows in the calibre of the
  759. majority of entertainment software out there....and the scaled down
  760. versions of application and utility software that's been ported across.
  761. (it's cheaper to port it than to write it)...The software companies that
  762. realize Atari is now a mature userbase with a keen eye for quality will
  763. make a GOOD living.
  764.  _______________________________________
  765. Probing Your ST
  766. _______________________________________
  767. by Mr. Goodprobe
  768.  
  769. Reprinted from Tech-Tidbits, with the permission of Apple Computer Inc,
  770. East Coast Technical Support
  771.  
  772. Enjoying your ST-acintosh? Here's some handy hints...
  773.  
  774. I trust you all have been enjoying this relatively mild winter that the
  775. majority of the U.S. has been enjoying...except Denver, Colorado. I
  776. imagine alot of work has been done on Magic Sac enhancements as most
  777. everything has been repeatedly snowed under out there! The next few weeks
  778. I would like to present some articles that touch on a related topic. Here
  779. are some handy hints that will make using your Magic Sac much easier. I
  780. recently finally got MacWrite and MacPaint, went through the lengthy
  781. process of transferring them from Mac format to Magic Sac format via the
  782. Translator, and have begun using them. Little did I realize what a NEW
  783. world lay before me!
  784.  
  785. Speaking of the Translator, it would be hard to come up with enough
  786. material to do a decent review on this baby! And that is meant to be a
  787. compliment, not a complaint. There was a small problem when the unit was
  788. recieved, but a trip back to the lab, the installation of a cap, and I
  789. could format a Mac disk where I couldn't before. It only works when it
  790. senses there is a Mac disk in the drive, and remains off at all other
  791. times. Not too exciting eh? The cable from your computer, whether 1040 or
  792. 520, goes the the Translator, and a cable goes from it to your external
  793. drives. The midi ports are also hooked to the Translator, and this is how
  794. it communicates with the ST. When something work as nice as this does,
  795. hard to say much, except THANKS DAVE! Oh yes, I understand it does have
  796. problems reading some protection schemes for the Mac, but since I use Mac
  797. PD basically, that will not be a problem for me. It is definately a must-
  798. have if you own a Magic Sac. If you would like to purchase Mac PD disks,
  799. contact me at Midtown, preferably by letter (I do have to work a bit!),
  800. with a dollar for postage, and will shoot my list out to you.
  801.  
  802. These tips, and those to follow the next few weeks, will help your usage
  803. of Mac software be easier, and a lot more fruitful!
  804.  
  805.                         MacPaint Hints & Tips
  806. =========================================================================
  807.  
  808. * Hold down the OPTION key to: draw lines with selected pattern,
  809.   duplicate objects (select object with the Selection Rectangle or Lasso
  810.   tools and drag while holding down the Option key), turn the pencil tool
  811.   into a "grabber."
  812.  
  813. * To erase large areas, select the full page view and move the area to
  814.   be erased off the page (a rectangular area can be chopped very rapidly
  815.   by repeating this procedure at two opposite corners of the page).
  816.  
  817. * You can erase smaller areas by selecting with either the Selection
  818.   Rectangle or Lasso tools and then pressing the Backspace key.
  819.  
  820. * Using the Shift key with the pencil tool while in FatBits allows you to
  821.   draw straight lines, both vertically and horizontally.
  822.  
  823. * When you have the pencil tool selected, you can get into FatBits
  824.   quickly by pressing the Command key and clicking in the spot where you
  825.   want FatBits to display.
  826.  
  827. * You can use "transparent" paint with MacPaint. Hold down the Command
  828.   key while using the Paint Brush, Spray Can, or Paint Bucket tools.
  829.  
  830. * Holding down the Command and Option keys while dragging an object
  831.   creates some interesting results.
  832.  
  833. * Double-Clicking on the Hand Icon will display the full page.
  834.  
  835. * Double-Clicking on the Selection Rectangle tool will select the entire
  836.   drawing window.
  837.  
  838. * Double-Clicking on the Erasure tool will erase the drawing window.
  839.  
  840. * You can reduce or enlarge and object by copying it to the clipboard and
  841.   then pasting it back into an appropriately sized area indicated with
  842.   the Selection Rectangle Tool.
  843.  
  844. * Use the ~ key in the upper left hand corner of the keyboard as an
  845.   "Un-do" key. It works the same as the Menu Item.
  846.  
  847.                               Mac Write Hints
  848. =========================================================================
  849.  
  850. * Delete text quickly by holding down the OPTION key while selecting it.
  851.  
  852. * MacPaint pictures that have been imported into MacWrite print better if
  853.   TALL ADJUSTED is selected from the PAGE SETUP menu.
  854.  
  855. * The font style of the page number, date, and or time in the header is
  856.   that of the first character of the header (even if a blank space); same
  857.   for the footer.
  858.  
  859. *  OPTION-SPACE produces an invisible "bond" between words that prevent
  860.    their being separated at page breaks.
  861.  
  862. * To return to the cursor after scrolling, press the Enter Key, Caution:
  863.   if text is selected this will erase it.
  864.  
  865. * To avoid repetitive typing of a word or phrase, substitute a series of
  866.   letters that are easy to type but that do not normally occur such as
  867.   XZX, ASD, QWE, or QAZ then use SEARCH and CHANGE to substitute the
  868.   correct word or phrase.
  869.  
  870. * To use special characters such as "á",(Ctrl-V), use the Key Caps Desk
  871.   Accessory to determine the Option-Key sequence for the character that
  872.   you want, press that sequence and then type the letter that you want
  873.   under the accent. For example, for the tilde over the n, press Option-n
  874.   (nothing shows on the screen) and then press the n. You should now have
  875.   "á". This works in almost all applications, even AppleLink.
  876.  
  877. * To select large areas of a document, click at the beginning point, use
  878.   the scroll box to find the end of the selection, hold down the Shift
  879.   key and click again. This will select the whole area.
  880.  
  881. MacintoshSE and Parameter RAM
  882. =============================
  883. Q: How do I reset Parameter RAM in a Macintosh SE?
  884.  
  885. A: To zero Parameter RAM in the Macintosh SE, hold down the Shift,
  886.    Option, and Control keys while selecting the Control Panel. A dialog
  887.    box will be displayed asking if you want to zero Parameter RAM.
  888.    Indicate Yes, and Restart the SE. Parameter RAM will be zero-ed. It is
  889.    necessary to Restart the SE using known good System Software after
  890.    this procedure.
  891.  
  892. Mac System Version Identification
  893. =================================
  894. Q:  Is there a way to positively identify Macintosh System Versions?
  895.  
  896. A:  One SURE way to ID a System Version is to use ResEdit:
  897.  
  898. 1.  Start ResEdit.
  899. 2.  Open the System file.
  900. 3.  Open the item STRs from System.
  901. 4.  Open STR ID=0.
  902.  
  903. STR ID=0 will contain the System Version number.
  904.  
  905. Using the Creation Date from the "Get Info" Dialog Box, is not a reliable
  906. way to identify the System Version. Since the Creation Date is not
  907. changed when updated with an Installer program, you cannot be sure that
  908. the System has not been updated.
  909.  
  910. Macintosh Print Drivers
  911. =======================
  912. Q: Where can I find printer drivers for third-party printers?
  913.  
  914. A: There are several sources for third-party printer solutions for the
  915.    Macintosh. You will find two sources listed below. Be sure to check
  916.    the current issue of the Macintosh Buyer's Guide for additional
  917.    information.
  918.  
  919. GDT Softworks, Inc.                   SoftStyle, Inc.
  920. 2800 Douglas Road                     7192 Kalanianaole Highway
  921. Suite D                               Suite. 205
  922. Burnaby, B.C. Canada Y5C 5BY          Honolulu, Hawaii 96825
  923. (800) 663-MACC                        (800) 367-5600
  924.  
  925.                            * * *  PRINTERS * * *
  926. LaserWriter Abroad
  927. ==================
  928. Q: I understand that the LaserWriter is not a frequency independent
  929.    device. However, there is a need for a power supply for the
  930.    LaserWriter that will allow it to be operated at both 220V/50Hz and
  931.    110V/60 Hz. Can you recommend a solution?
  932.  
  933. A: Because several components (fan, main drive motor, power supply, etc.)
  934.    need to be changed to allow conversion from 50 Hz to 60 Hz operation,
  935.    this cannot be done with a single product. There is no way to have a
  936.    universal LaserWriter at the present time.
  937.  
  938. LaserWriter Page Counter Setting
  939. ================================
  940. A brand new, "out of the box" LaserWriter can have readings ranging from
  941. 28 pages up to as high as 200 pages, depending on the number of hours of
  942. testing time and the number of pages per hour during testing.
  943.  
  944. Toner Shelf Life
  945. ================
  946. Q:  Is there a maximum shelf life for the toner cartridges for the
  947.     LaserWriter?  Our customer would like to have an extra on hand, but
  948.     may not use it for 6 months to a year.
  949.  
  950. A:  The shelf life of the toner cartridge is 2.5 years from production
  951.     date. The production date is stamped on the toner cartridge in the
  952.     form of 3 or 4 letters and numbers.  To decode the production date,
  953.     please refer to the file on AppleLink "LaserWriter:  Shelf Life of
  954.     Toner Cartridge" under the Technical Info Icon using the search words
  955.     "Toner and Shelf Life."
  956.  
  957. LaserWriter & Color
  958. ===================
  959. We have received several requests for LaserWriter Cartridges in alternate
  960. colors. Listed below are several vendors who advertise various solutions.
  961.  
  962. Michlin Computer Consultants       (313) 663-9800
  963. Laser Express(tm) Inc.             (800) 553-8111
  964. Toner Technologies                 (801) 544-3090
  965.  
  966. ImageWriter I DIP Swtich Settings
  967. =================================
  968. Q: I have a customer who has an ImageWriter I. At one time she set the
  969.    DIP switches to print in condensed mode. Recently she changed the
  970.    switches to print in PICA mode and does not remember how to change
  971.    back to condensed. Using software, the printer will print in condensed
  972.    mode. Please advise.
  973.  
  974. A: Below are the possible character pitches available through DIP Switch
  975.    settings on the ImageWriter I, as found on Page 41 of the Owner's
  976.    guide.
  977.  
  978. Switch 1-6      Switch 1-7      Character Pitch
  979. ----------      ----------      ---------------
  980.    Open           Open            Pica           (10 characters per inch)
  981.   CLOSED          OPEN            Elite          (12 characters per inch)
  982.    Open          Closed           UltraCondensed (17 characters per inch)
  983.   Closed         Closed           Elite Proportional
  984.  
  985. If after setting the DIP switches properly, you still cannot print in
  986. condensed mode, you may have a defective DIP switch and should take your
  987. printer in for repair.
  988.  
  989. Microsoft Word
  990. ==============
  991. Q: Using Microsoft Word 3.0 (System 4.1, Finder 5.5) text appears fine on
  992.    the screen, but when printed to an ImageWriter complete lines of text
  993.    are lost.  Any suggestions?
  994.  
  995. A: According to Microsoft, this is a known problem in version 3.0. They
  996.    suggest that you hold down the SHIFT key while selecting REPAGINATE
  997.    from the DOCUMENT menu.  This is supposed to do a more thorough job of
  998.    repaginating.  This should be corrected in the next revision of Word.
  999.  
  1000. Macintosh II Trivia
  1001. ===================
  1002. The Macintosh II with its 68020 microprocessor and 32-bit data bus can
  1003. open and close applications and files, access data, execute graphics and
  1004. calculations up to four times faster than the Macintosh Plus. The 68881
  1005. floating-point co-processor works with the 68020 to perform operations
  1006. such as multiplication, division, sine and cosine calculations.  When
  1007. used, the 68881 enables the Macintosh II to perform these operations 40
  1008. to 200 times faster than the 68020 alone.
  1009.  
  1010. PARM Keys Revisited
  1011. ===================
  1012. To zero Parameter RAM in the Macintosh SE, hold down the Shift, Option,
  1013. and COMMAND keys while selecting the Control Panel. We had previously
  1014. indicated in the May 8th Technical Tidbits that you should use the
  1015. Control key. Thanks to everyone who pointed out our error.
  1016.  
  1017. Multiple Macintosh Systems
  1018. ==========================
  1019. Q: With previous versions of the system software, you could keep
  1020.    different system files in folders with separate applications. Running
  1021.    a particular application would launch its own system.  This doesn't
  1022.    seem to be the case with 4.1/5.5.  Is there some trick we can use to
  1023.    allow automatic system switching?
  1024.  
  1025. A: You should avoid, at all costs, the temptation to have more than one
  1026.    System and Finder on the same disk!  A large percentage of Technical
  1027.    Support Links and phone calls deals with very unusual and serious
  1028.    compatability problems that result from having multiple System and
  1029.    Finders on a hard drive.
  1030.  
  1031. MiniFinder
  1032. ==========
  1033. Q: Is there any way to put files from different folders into the same
  1034.    MiniFinder?  If so, how?
  1035.  
  1036. A: No, you can only use files from one folder with MiniFinder. There are
  1037.    several "ShareWare" applications that can span folders. "WayFinder"
  1038.    and "Oasis" have this capability and can be found on commercial
  1039.    networks such as CompuServe and GEnie.
  1040.  
  1041. Glue
  1042. ----
  1043. Q: Is there any utility that will let me look at a file created by a
  1044.    word processor that I don't have?
  1045.  
  1046. A: Yes.  Glue is a product which permits a user to save a printed file to
  1047.    disk. A second Glue user can then print the saved file without
  1048.    accessing the application used to create the original file. Glue is
  1049.    also useful for Spreadsheets and DeskTop Publication applications.
  1050.  
  1051. Custom Mac and Third-Party Printer Drivers
  1052. ==========================================
  1053. DataPak has a program available "Interface For the Macintosh" for
  1054. developing custom interfaces between the Macintosh and many different
  1055. third-party printers.  DataPak * 14011 Ventura Blvd * Suite 401 * Sherman
  1056. Oaks, CA   91423
  1057.  
  1058. ImageWriter II - Printing in Hex
  1059. ================================
  1060. Q: Recently, I have been seeing strange problems with ImageWriter II's.
  1061.    I have had several complaints that occasionally the output of the
  1062.    printer is a hexadecimal code dump. This problem seems to happen with
  1063.    several different types of software and has happened not only on the
  1064.    Macintosh family but the II family as well.
  1065.  
  1066. A: Actually, this is a "feature" of the ImageWriter II printer and is
  1067.    very helpful for programmers. Hex printing occurs when the ImageWriter
  1068.    II is turned on while the select button is accidentally depressed.
  1069.    This can accidentally happen due to the proximity of the select button
  1070.    to the power switch.  If this occurs, power down, then turn the
  1071.    printer back on, making sure that only the power switch is depressed.
  1072.  
  1073. * Unable to create a new document? MacWrite 4.5 needs at least 11K
  1074.   available on the application disk to create a new document.
  1075.  
  1076. * Text and graphics can't be placed side by side in MacWrite. You can
  1077.   paste graphics into the Header and then place the header variables,
  1078.   page number, time and date, on top of the graphics.
  1079.  
  1080. * MacWrite & LaserPrinting: When using full justification, if the last
  1081.   character on a line is cut off, make sure that you have the respective
  1082.   Font installed as a screen font. You can quickly tell the difference
  1083.   from the Font Menu. If the Font size is displayed as "hollow" it has
  1084.   been installed as a screen font. If it's solid black, it has not. Use
  1085.   the Font/DA Mover version 3.2 or higher to install the font into your
  1086.   System file.
  1087.  
  1088. * You can quickly adjust Tab stops without having to wait after each
  1089.   addition or deletion by inserting a Ruler just above the current Ruler.
  1090.   Make the necessary MacintoshSE and Parameter RAM
  1091.  
  1092. Q: How do I reset Parameter RAM in a Macintosh SE?
  1093.  
  1094. A: To zero Parameter RAM in the Macintosh SE, hold down the Shift,
  1095.    Option, and Control keys while selecting the Control Panel. A dialog
  1096.    box will be displayed asking if you want to zero Parameter RAM.
  1097.    Indicate Yes, and Restart the SE. Parameter RAM will be zero-ed. It is
  1098.    necessary to Restart the SE using known good System Software after
  1099.    this procedure.
  1100.  
  1101. Mac System Version Identification
  1102. =================================
  1103. Q:  Is there a way to positively identify Macintosh System Versions?
  1104.  
  1105. A:  One SURE way to ID a System Version is to use ResEdit:
  1106.  
  1107. 1.  Start ResEdit.
  1108. 2.  Open the System file.
  1109. 3.  Open the item STRs from System.
  1110. 4.  Open STR ID=0.
  1111.  
  1112. STR ID=0 will contain the System Version number.
  1113.  
  1114. Using the Creation Date from the "Get Info" Dialog Box, is not a reliable
  1115. way to identify the System Version. Since the Creation Date is not
  1116. changed when updated with an Installer program, you cannot be sure that
  1117. the System has not been updated.
  1118.  
  1119. Ok, that ought to be enough for now! Enjoy, and keep those ST's hummin!
  1120.  
  1121. Mr. Goodprobe
  1122.                         (on lend from Midtown TV)
  1123.                       Atari 8/16& Amiga Sales&Repair
  1124.                             27 Midway Plaza
  1125.                           Tallmadge, Ohio 44278
  1126.                                (216)633-0997
  1127.      Stairway To Heaven BBS -> ST-Report Midwest Headquarters
  1128.      216-784-0574 300/1200 24hrs. DL's for Atari 8/16 & Amiga
  1129. _______________________________________
  1130. Comments on Line Noise
  1131. _______________________________________
  1132. FROM MS-DOS BBS TRIANGLE PARK, N.C.
  1133.  
  1134. Line Noise and the Problems it Can Cause with File Transfers
  1135.  
  1136. Many people have left messages on my bulletin board asking me why there
  1137. are so many 'garbage' characters on their screens and why file transfers
  1138. are riddled with errors. These garbage characters are really line noise
  1139. and can be introduced in many different places. Pure noise is a decimal
  1140. 255 (FF inhex), but most line noise is not 'pure'. It usually comes in as
  1141. something less than 255, like maybe a 251 (a character that looks like
  1142. this '{'). Ever see that one before? Yup, so have I!
  1143.  
  1144. One of the more common and familiar introduction points of line noise is
  1145. in the telephone company's system and even here there are several ways
  1146. noise is introduced. A signal is routed through multiple stations before
  1147. it eventually makes it to the other end and some of these stations aren't
  1148. exactly new. Older areas may have older, less sophisticated equipment
  1149. that is more apt to be affected by ambient noise. This is one reason some
  1150. people continue to have noise problems even after hanging up and calling
  1151. back multiple times.  Also, a given physical connection at one of these
  1152. junctions may not be up to snuff. If your particular bout of line noise
  1153. is solved by hanging up and calling back, then it's probable that you
  1154. were previously connected through an intermittent or 'dirty' connection.
  1155. Some of these trunk lines (large, multi-area that has alot of ambient RFI
  1156. (RadioFrequency Interference) present although this is not usually the
  1157. case.
  1158.  
  1159. It is possible that the problem is being caused at this end, but not if
  1160. the problem goes away when you call back and the line is clean -or- if
  1161. you are one of a very few users experiencing noise problems. You may say
  1162. that you are not having problems with other boards.....in which case the
  1163. problem is more than likely the route that your call takes to get here.
  1164. You may be going over micro-wave or through buried cable which for some
  1165. reason are sub-standard. No matter how many times you call, you will
  1166. probably be routed over the same path. Micro-wave problems are sometimes
  1167. the hardest to track down because they can cause intermittent problems.
  1168. Some interference only occurs during certain times of the day or week.
  1169.  
  1170. Another common noise introduction point is in your home. Most residential
  1171. homes have televisions, radios, microwave ovens, VCR's, and if you are
  1172. reading this, a micro-computer. All these devices radiate radio waves
  1173. that can (and often do) get into the phone lines and cause noise.
  1174. Electric motors and mechanical dimmer controls can introduce noise into
  1175. the electrical wiring in your house and cause problems. If your line
  1176. noise problem does not go away after repeated hanging up and calling
  1177. back, then you may be suffering from one of these household problems. If
  1178. you are suffering from this problem, you can take steps to eliminate it.
  1179. First of all, turn off EVERTHING except the fridge (If it IS the fridge,
  1180. then you're SOL. Can't live life with your ice box unplugged) and see if
  1181. the noise persists. If it goes away, then start turning things back on,
  1182. checking the computer each time until you see the noise start up again.
  1183. It may be that a single device is not bugging you but several devices
  1184. plotting together to annoy you. This elimination tournament may take
  1185. awhile.
  1186.  
  1187. Another area to check is your wiring at the computer. Use noise
  1188. supressors on your power connections to both the PC and the modem (if
  1189. external). Use a shielded RS-232 cable to connect your modem to the PC.
  1190. Ribbon cables (especailly long runs of it) are great antennas and will
  1191. cause problems. Re-route the RS-232 cable so it does not run next to the
  1192. PC power supply or any other transformer.
  1193.  
  1194. And now a little discussion about the modem itself. First of all, I'd
  1195. like to clerify a commonly misused term - BAUD. The term "Baud" is
  1196. actually a man's name - J.M.E. Baudot (Pronounced: Baw-doe) a French
  1197. Telegraphy expert. 1,200 and 2,400 Baud is NOT the same as 1,200 and
  1198. 2,400 BPS (Bits Per Second).  The usage of "Baud" to describe line speed
  1199. in terms of data through-put is incorrect. 1,200 and 2,400 BPS modems
  1200. both operate at 600 Baud. Basically, without getting to technical, a Baud
  1201. is a "blip" of information. 1,200 BPS modems use four states per blip (or
  1202. Baud) and 2,400 BPS modems use sixteen states per blip. If you want more
  1203. information on what Baud and BPS mean and a full explanation of how data
  1204. is actually represented and transferred by the modem, please refer to PC
  1205. Magazine Volume 6, Number 9 (May 12, 1987).
  1206.  
  1207. Modems operating at 2,400 BPS are much more intolerant of line noise than
  1208. are modems operating at 1,200 BPS. Conversely, modems capable of 2,400BPS
  1209. operate better at 1,200 BPS than do 1,200 BPS only modems. If you are
  1210. being hopelessly attacked by noise at 2,400 BPS, trying calling back at
  1211. 1,200 BPS.  It's very possible that the noise will be greatly reduced or
  1212. disappear altogether. I know, you didn't buy a 2,400 BPS modem just to
  1213. retard it to 1,200 BPS. The brand of the modem plays a part in the
  1214. immunity to line noise.  Some modems can digest more noise (lower signal-
  1215. to-noise radio) than others.  PC Magazine (same issue mentioned above)
  1216. ran a test on 87 different modems.  You might check the results to see
  1217. how your modem ranks. Most 2,400 BPS modems operating at 1,200 BPS have
  1218. approximately -8 to -10 db error threshold while the same modem has about
  1219. -16 to -20 db threshold operating at 2,400 BPS.  For this reason, line
  1220. quality is much more critical at 2,400 BPS operation.
  1221.  
  1222. Additionally, a friend of mine who runs a bulletin board from their
  1223. office has been plagued with line noise problems at 2,400 BPS but very
  1224. little noise at 1,200 BPS. The culprit is the office's centralized
  1225. telephone system. Many office buildings have a given number of trunks
  1226. that actually enter the building while there may be many, many more
  1227. extension within the building. These types of telephone systems have
  1228. their own controllers and line assignment devices and are frequently not
  1229. as high in quality as a hard-wired MaBell (or GTE) line. The acceptable
  1230. signal-to-noise ratio in some of these inter-office phone controllers are
  1231. lower than necessary for reliable 2,400 BPS operation but not too low for
  1232. 1,200 BPS.
  1233.  
  1234. If you get transmission errors while downloading or uploading a file,
  1235. don't fret it. The Xmodem (or whatever protocol) incorporates an error
  1236. checking/correction mechanism that automatically detects and corrects any
  1237. errors that may occur during transmission. The very fact that Xmodem
  1238. reported the error in the first place means that he caught it and
  1239. corrected it. The only errors you have to worry about are the ones that
  1240. Xmodem does NOT report.  Any reported error has already be corrected.
  1241. Xmodem, especially the CRC flavored one, is a very reliable file transfer
  1242. protocol. Even if you got 100 errors during transmission, chances are
  1243. still pretty slim that the file got corrupted. Occasionally, a file will
  1244. be corrupted after transfer, but many times this may be due to a bad
  1245. ARCing of the file or perhaps a disk error that may have occured sometime
  1246. during the files' past.
  1247.  
  1248. I hope this text helped explain some facts about modems, line noise, and
  1249. file transfers. If you have other, more specific questions, concerning
  1250. modems or communications in general, leave a C)omment to the SYSOP. I'll
  1251. try to answer them.
  1252. _______________________________________
  1253. ST-REPORT #28   March 28, 1988
  1254. (c)1988 SPC/Ron Kovacs
  1255. _______________________________________
  1256.   ⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧⑧